home *** CD-ROM | disk | FTP | other *** search
- SET COMBASE=nnnn
- Specifies the I/O port base for the active COM port in decimal
- format. COM1 is usually 1016, COM2 is usually 760.
-
- SET COMIRQ=n
- Specifies the IRQ level for the active COM port in decimal
- format. COM1 usually uses IRQ 4 and COM2 uses IRQ 3.
-
- For com ports other than the normal COM1 and COM2, you will need insert
- the following statements in your BOARD.BAT file:
-
- SET COMBASE=nnnn ;port base I/O address (decimal)
- SET COMIRQ=n ;port IRQ setting
-
- Use these SET statements in conjunction with the com port setting
- that's in your PCBOARD.DAT file, if your running PCBoard 14.x.
-